projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fd75d0
)
tests: Fix testcalendar layout
author
Alexander Mikhaylenko
<alexm@gnome.org>
Sun, 10 May 2020 22:22:15 +0000
(
03:22
+0500)
committer
Alexander Mikhaylenko
<alexm@gnome.org>
Sun, 10 May 2020 22:22:15 +0000
(
03:22
+0500)
Add a missing expand.
tests/testcalendar.c
patch
|
blob
|
history
diff --git
a/tests/testcalendar.c
b/tests/testcalendar.c
index 978316d88d2b657259aabf209a48cb387497006e..a697fa59374b8d8c042bb9d21e0a784a2c5d569e 100644
(file)
--- a/
tests/testcalendar.c
+++ b/
tests/testcalendar.c
@@
-200,6
+200,7
@@
create_calendar(void)
g_signal_connect (window, "destroy", G_CALLBACK (quit_cb), &done);
hpaned = gtk_paned_new (GTK_ORIENTATION_HORIZONTAL);
+ gtk_widget_set_vexpand (hpaned, TRUE);
/* Calendar widget */